Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-240416 | VRAU-SL-000465 | SV-240416r670989_rule | Medium |
Description |
---|
The "rsh-server" package provides several obsolete and insecure network services. Removing it decreases the risk of accidental (or intentional) activation of those services. |
STIG | Date |
---|---|
VMware vRealize Automation 7.x SLES Security Technical Implementation Guide | 2021-06-24 |
Check Text ( C-43649r670987_chk ) |
---|
Check if "rsh-server" is installed: # rpm -q rsh-server If an "rsh-server" package is listed, this is a finding. |
Fix Text (F-43608r670988_fix) |
---|
To remove the "telnet-server" package, use the following command: rpm -e rsh-server |